home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / pcq12b.lzh / Include / Exec / ExecName.i < prev    next >
Text File  |  1990-08-27  |  163b  |  10 lines

  1. {
  2.     ExecName.i for PCQ Pascal
  3.  
  4.     This file just defines the name of the exec library, which is
  5.     rarely used anyway.
  6. }
  7.  
  8. const
  9.     EXECNAME    = "exec.library";
  10.